zram: use GFP_KERNEL for post-processing slot allocation#621
zram: use GFP_KERNEL for post-processing slot allocation#621blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
Conversation
|
Upstream branch: ecc64d2 |
|
Upstream branch: ecc64d2 |
b0470f6 to
de16192
Compare
78036b2 to
bbb3394
Compare
|
Upstream branch: c107785 |
de16192 to
654c168
Compare
bbb3394 to
901a429
Compare
|
Upstream branch: 5ee8dbf |
654c168 to
8f66383
Compare
901a429 to
1f19ba6
Compare
|
Upstream branch: 1f318b9 |
8f66383 to
6479e8a
Compare
1f19ba6 to
e79276a
Compare
|
Upstream branch: None |
6479e8a to
8dc0f7e
Compare
e79276a to
0dd9afc
Compare
|
Upstream branch: 80234b5 |
8dc0f7e to
e8a4127
Compare
0dd9afc to
2e598ed
Compare
Post-processing slot allocation used to be performed under slot bit-lock, so gfp was restricted, then we switched to a sleepable slot lock but gpf still remained restricted. Drop that restriction and use GFP_KERNEL instead. Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org> Acked-by: Brian Geffon <bgeffon@google.com>
|
Upstream branch: 0257f64 |
e8a4127 to
f70c0fd
Compare
Pull request for series with
subject: zram: use GFP_KERNEL for post-processing slot allocation
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1061652